-
Notifications
You must be signed in to change notification settings - Fork 590
[Geant4_julia] Use latest Geant4_jll 11.3 #11098
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
@giordano perhaps you can help me here. I'm facing two issues:
Any suggestions on how to resolve these issues? Thanks! |
@@ -56,14 +57,12 @@ products = [ | |||
# Dependencies that must be installed before this package can be built | |||
dependencies = [ | |||
BuildDependency("libjulia_jll"), | |||
BuildDependency("Xorg_xorgproto_jll"), | |||
Dependency("libcxxwrap_julia_jll"; compat="0.13.2"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You may want to try version 0.14
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, sure I can try to use version 0.14. However if I do this, then I would have to upgrade all "binding" packages using CxxWrap. If I want to use, for example, Geant4
together with PYTHIA8
, which I do in one of the examples, I would need to update PYTHIA8
.
@@ -24,7 +24,8 @@ cmake ${WORKSPACE}/srcdir/Geant4_cxxwrap -B build \ | |||
-DCMAKE_INSTALL_PREFIX=${prefix} \ | |||
-DCMAKE_TOOLCHAIN_FILE=${CMAKE_TARGET_TOOLCHAIN} \ | |||
-DCMAKE_BUILD_TYPE=Release \ | |||
-DCMAKE_CXX_STANDARD=17 | |||
-DCMAKE_CXX_STANDARD=17 \ | |||
-DZLIB_ROOT="${prefix}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It doesn't look like this option is being used or effective. One option is to delete the tbd file in the sysroot, but I think this is a cmake issue.
Versions |
yes, this what I mentioned in the previous comment. I need to upgrade to new CxxWrap all packages at the same time. |
No description provided.